body{background-color: rgb(158, 1, 158);}

.RStart{
    background-color: white;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}

.RHistory{
    background-color: magenta;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}

.RRoster{
    background-color: white;
    height: 500px;
    width: 350px;
    margin: 10px;
    float: left;
}

h2{text-align: center;
    font-family: "Smooch Sans", sans-serif;
    font-size: 50px;
}